home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / CHIP / Nero / ImgBurn 2.1.0.0 / SetupImgBurn_2.1.0.0.exe / ReadMe.txt < prev    next >
Text File  |  2006-09-11  |  7KB  |  173 lines

  1. |==================================|
  2. | Program Name: | ImgBurn          |
  3. |==================================|
  4. | Author:       | LIGHTNING UK!    |
  5. |==================================|
  6.  
  7. Supported Command Line Switches:
  8.  
  9. (You can get a basic version of this list via 'ImgBurn.exe /?')
  10.  
  11. /MODE <ISOBUILD | ISOWRITE | ISOVERIFY | DISCOVERY>
  12.     Used to tell the program which 'Mode' to open up in.
  13.  
  14. /BUILDMODE <DEVICE | IMAGEFILE>
  15.     Used to tell the program which 'Build Mode' to open up in.
  16.     Only applies to ISOBUILD mode.
  17.  
  18. /SRC <Drive Letter | SCSI Address> | "<Folder Name>\" | "<File Name>"
  19.     Used to select the source drive or filename.
  20.     Drive Letter or SCSI Address applies to ISOVERIFY mode.
  21.     Folder Name applies to ISOBUILD mode.
  22.         File Name applies to ISOBUILD, ISOWRITE and DISCOVERY modes.
  23.     Examples: /SRC J:
  24.           /SRC 1:0:0
  25.           /SRC "C:\DVD_FILES\VIDEO_TS\"
  26.           /SRC "C:\DVDIMAGE.ISO"
  27.           /SRC "C:\BackupProject.IBB"
  28.  
  29.     In ISOBUILD mode, you can specify an '.IBB' file as the source.
  30.     This is an 'ImgBurn Backup Project' file and is a simple text file containing the names of folders / files to add to the image, along with the various configuration options.
  31.     The simplest way to find the correct syntax for an '.IBB' file is to have ImgBurn create one via the 'Save Project...' option in the 'File' menu, and then look at it in notepad.
  32.  
  33. /DEST <Drive Letter | SCSI Address> | "<File Name>" 
  34.     Used to select the filename or drive.
  35.     Drive Letter or SCSI Address applies to ISOWRITE and DISCOVERY modes.
  36.     File Name applies to ISOBUILD and ISOVERIFY modes ('DEST' actually means 'Compare' here for ISOVERIFY mode).
  37.     Examples: /DEST J:
  38.           /DEST 1:0:0
  39.           /DEST "C:\DVDIMAGE.ISO"
  40.  
  41. /FILESYSTEM "<File System>"
  42.     Used to change the value of the 'File System' drop down list.
  43.     Only applies to ISOBUILD mode.
  44.     The parameter must match the value within the drop down list exactly.
  45.     Examples: /FILESYSTEM "ISO9660"
  46.           /FILESYSTEM "ISO9660 + Joliet"
  47.           /FILESYSTEM "ISO9660 + UDF"
  48.  
  49. /VOLUMELABEL "<Volume Label>"
  50.     Used to set the value of the volume label fields.
  51.     Only applies to ISOBUILD mode.
  52.     Length limits are automatically applied. i.e. 32 chars for ISO9660, 16 for Joliet, 126 for UDF.
  53.  
  54.     To specify different volume labels for each file system, the following switches are also available:
  55.  
  56.     /VOLUMELABEL_ISO9660 "<Volume Label>"
  57.     /VOLUMELABEL_JOLIET "<Volume Label>"
  58.     /VOLUMELABEL_UDF "<Volume Label>"
  59.  
  60.     These will override what's been set (if anything) by the '/VOLUMELABEL' switch.
  61.  
  62. /SPEED <Write Speed>
  63.     Used to change the value of the 'Write Speed' drop down list.
  64.     The parameter must match the value within the drop down list exactly.
  65.     Examples: /SPEED MAX
  66.           /SPEED 1x
  67.           /SPEED 2.4x (or 2,4x depending on regional settings)
  68.  
  69. /COPIES <Number Of Copies>
  70.     Used to change the value of the 'Copies' drop down list.
  71.     The parameter must match the value within the drop down list exactly.
  72.     Only applies to ISOWRITE mode.
  73.     Example: /COPIES 2
  74.  
  75. /LAYERBREAK <LBA>
  76.     Used to tell the program where to put the layerbreak.
  77.     Only applies when burning DVD+R DL discs.
  78.         Examples: /LAYERBREAK 2000000
  79.  
  80. /ERASE
  81.     Used to automatically erase / format / overwrite media.
  82.  
  83. /OVERWRITE <YES | NO>
  84.     Used to force the program to either overwrite all existing files, or never overwrite them.
  85.  
  86. /TESTMODE <YES | NO>
  87.     Used to make the program simulate the burn - whereby no data is actually written to the disc.
  88.     Basically, it just checks (or unchecks!) the 'Test Mode' box for you!
  89.  
  90. /VERIFY <YES | NO>
  91.     Used to make the program verify a disc is readable after it has been burnt.
  92.     Basically, it just checks (or unchecks!) the 'Verify after write' box for you!
  93.  
  94. /DELETEIMAGE <YES | NO>
  95.     Used to make the program delete the image after it has been burnt.
  96.     Basically, it just checks (or unchecks!) the 'Delete Image after write' box for you!
  97.  
  98. /START
  99.     Used to start the burn process automatically when the program has finished initialising.
  100.     Basically, it just presses the 'Write' / 'Verify' button for you!
  101.  
  102. /CLOSE
  103.     Used to close the program when the burn process has finished.
  104.     Basically, it just presses the 'Close' button for you!
  105.  
  106. /CLOSEINFO
  107.     Used to close the program when the text file specified by '/INFO' has been created.
  108.     Basically, it just presses the 'Close' button for you!
  109.  
  110. /CLOSESUCCESS
  111.     Used to close the program when the burn process has finished AND was successful.
  112.     Basically, it just presses the 'Close' button for you!
  113.  
  114. /SHUTDOWN
  115.     Used to shutdown the computer when the program has finished burning.
  116.     Basically, it just checks the 'Shutdown computer when done' box for you!
  117.  
  118. /WAITFORMEDIA
  119.     Used in combination with /START and /CLOSE to wait until the program is 'Ready' to burn before trying to start.
  120.     Normally, if the program isn't 'Ready', the /CLOSE switch causes the program to close without having done anything.
  121.  
  122. /NOIMAGEDETAILS
  123.     Used to stop the program from displaying details about the image.
  124.     Only applies to ISOBUILD mode.
  125.  
  126. /ROOTFOLDER <YES | NO>
  127.     Used to automate the 'Root Folder' prompt you get when only adding a single folder to the source list.
  128.     Only applies to ISOBUILD mode.
  129.  
  130. /PRESERVEFULLPATHNAMES <YES | NO>
  131.     Basically, it just checks (or unchecks!) the 'Preserve Full Pathnames' box for you!
  132.     Only applies to ISOBUILD mode.
  133.  
  134. /RECURSESUBDIRECTORIES <YES | NO>
  135.     Basically, it just checks (or unchecks!) the 'Recurse Subdirectories' box for you!
  136.     Only applies to ISOBUILD mode.
  137.  
  138. /INCLUDEHIDDENFILES <YES | NO>
  139.     Basically, it just checks (or unchecks!) the 'Include Hidden Files' box for you!
  140.     Only applies to ISOBUILD mode.
  141.  
  142. /INCLUDESYSTEMFILES <YES | NO>
  143.     Basically, it just checks (or unchecks!) the 'Include System Files' box for you!
  144.     Only applies to ISOBUILD mode.
  145.  
  146. /INCLUDEARCHIVEFILESONLY <YES | NO>
  147.     Basically, it just checks (or unchecks!) the 'Include Archive Files Only' box for you!
  148.     Only applies to ISOBUILD mode.
  149.  
  150. /CLEARARCHIVEATTRIBUTE <YES | NO>
  151.     Basically, it just checks (or unchecks!) the 'Clear Archive Attribute' box for you!
  152.     Only applies to ISOBUILD mode.
  153.  
  154. /IBG "<File Name>"
  155.     Used to make the program write the graph data to a file of the specified name after burning (or verifying if it's enabled).
  156.  
  157. /LOG "<File Name>"
  158.     Used to make the program write the log to a file of the specified name when closing down.
  159.  
  160. /INFO "<File Name>"
  161.     Used to make the program write the contents of the drive/media information window (on the right side of the main window) to a file of the specified name after full initialising the media.
  162.  
  163. /SETTINGS "<File Name>"
  164.     Used to override loading the settings from the registry, and instead load from / save to the specified file.
  165.     If the file does not exist, default settings will be used and the program will attempt to save to the specified file when it's closed.
  166.  
  167.     Even if this switch is not specified, the program will attempt to load from 'ImgBurn.ini' in the application exe's directory BEFORE it loads from the registry.
  168.  
  169. /NOSAVESETTING
  170.     Used to tell the program not to save ANY settings when it's closed.
  171.  
  172. THE END
  173.